home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / lua.lang < prev    next >
Text File  |  2004-07-06  |  1KB  |  41 lines

  1. # LUA language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #
  5. #   Mail: andre.simon1@gmx.de
  6. #   Date: 22.07.2002
  7. # ------------------------------------------
  8. # This file is a part of highlight, a free source code converter released under the GPL.
  9. #
  10. # The file is used to describe keywords and special symbols of programming languages.
  11. # See README in the highlight directory for details.
  12. #
  13. # New definition files for future releases of highlight are always appreciated ;)
  14. #
  15. # ----------
  16. # andre.simon1@gmx.de
  17. # http:/www.andre-simon.de/
  18.  
  19.  
  20. $KW_LIST(kwa)=and break do else elseif end for function  if in local nil not or
  21. repeat return then until while assert call collectgarbage copytagmethods dofile
  22. dostring error foreach foreachi getglobal getn  gettagmethod  globals newtag
  23. next print rawget rawset setglobal settag  settagmethod sort tag tonumber
  24. tostring tinsert tremove type  abs  acos  asin  atan  atan2 ceil cos deg exp
  25. floor log  log10 max min mod rad sin sqrt tan frexp ldexp random randomseed
  26. openfile closefile readfrom writeto appendto remove rename flush seek tmpname
  27. read  write clock date execute exit getenv setlocale strbyte strchar strfind
  28. strlen strlower strrep strsub strupper format gsub
  29.  
  30. $KW_LIST(kwb)=number string function userdata table
  31.  
  32. $STRINGDELIMITERS=" '
  33.  
  34. $SL_COMMENT=-- #
  35.  
  36. $IGNORECASE=false
  37.  
  38. $ESCCHAR=\
  39.  
  40. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / * %  + -
  41.